All Questions
2 questions
1vote
2answers
190views
Should selected person be part of my application layer? (MVP pattern)
Consider the following GUI screen: When user selects a person from PersonListView, EditPersonView should show person's first name and last name and allow the user edit. So, I end up with the ...
-1votes
1answer
358views
Making a GUI for receiving/checking user input - how to arrange GUI and validation checks
Sorry if my question sounds general, I'm new to GUI and frontend/backend ideas and all that (mostly I just do scripts for math hw and such) but I make it more specific here. I have a program that runs ...